-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up spelling, wording and punctuation #93
base: master
Are you sure you want to change the base?
Conversation
install.sh
Outdated
@@ -103,7 +103,7 @@ show_menu () { | |||
;; | |||
6) | |||
sudo /etc/init.d/craftbeerpiboot stop | |||
whiptail --title "CraftBeerPi stoped" --msgbox "The software is stoped" 8 78 | |||
whiptail --title "CraftBeerPi stoped" --msgbox "The software is stopped." 8 78 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still a typo on this line.
Looks all good to me! |
;-) thanks for opening my eyes! |
hop_2_added = Property.Number("", default_value=None) | ||
hop_3 = Property.Number("Hop 3 Addition", configurable=True) | ||
hop_3_added = Property.Number("", default_value=None, description="Second Hop alert") | ||
hop_3_added = Property.Number("", default_value=None, description="Second hop alert.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be third
modules/recipe_import/kbh.py
Outdated
@@ -30,7 +30,7 @@ def get(self): | |||
return json.dumps(result) | |||
except Exception as e: | |||
print e | |||
self.api.notify(headline="Failed to load KHB database", message="ERROR", type="danger") | |||
self.api.notify(headline="Failed to load KHB database.", message="ERROR", type="danger") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KHB is a new acronym not explained before.
temp = Property.Number("Temperature", configurable=True, default_value=100, description="Target temperature for boiling.") | ||
kettle = StepProperty.Kettle("Kettle", description="Kettle in which the boiling step takes place.") | ||
timer = Property.Number("Timer in Minutes", configurable=True, default_value=90, description="Timer is started when target temperature is reached.") | ||
hop_1 = Property.Number("Hop 1 Addition", configurable=True, description="Fist hop alert.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should say First not fist
Could this PR be integrated? It seems like a lot of work went into this, it would be a shame if it rots away. |
Please consider this pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 83 needs an edit
No description provided.